projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0883cc6
)
[XEND] Fix parsing of bootloader and bootloader_args in XendConfig
author
Alastair Tse
<atse@xensource.com>
Fri, 22 Dec 2006 11:58:22 +0000
(11:58 +0000)
committer
Alastair Tse
<atse@xensource.com>
Fri, 22 Dec 2006 11:58:22 +0000
(11:58 +0000)
Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendConfig.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendConfig.py
b/tools/python/xen/xend/XendConfig.py
index 4f347745f290e456073e617f77738755bcec4c3d..abbee23aaa916d3a149da8a79f423297ebe740c3 100644
(file)
--- a/
tools/python/xen/xend/XendConfig.py
+++ b/
tools/python/xen/xend/XendConfig.py
@@
-93,6
+93,8
@@
XENAPI_CFG_TO_LEGACY_CFG = {
'actions_after_reboot': 'on_reboot',
'actions_after_crash': 'on_crash',
'platform_localtime': 'localtime',
+ 'PV_bootloader': 'bootloader',
+ 'PV_bootloader_args': 'bootloader_args',
}
LEGACY_CFG_TO_XENAPI_CFG = reverse_dict(XENAPI_CFG_TO_LEGACY_CFG)